func crypto/internal/fips140/nistec.p256Add

5 uses

	crypto/internal/fips140/nistec (current package)
		p256_asm.go#L143: 	p256Add(threeX, x, x)
		p256_asm.go#L144: 	p256Add(threeX, threeX, x)
		p256_asm.go#L150: 	p256Add(x3, x3, threeX)
		p256_asm.go#L151: 	p256Add(x3, x3, p256B)
		p256_asm.go#L203: func p256Add(res, x, y *p256Element) {